Cytosim  PI
Cytoskeleton Simulator
Single and Derived Activities

A Single contains one Hand, and can thus bind to one Fiber. More...

Classes

class  Single
 A point-like object containing one Hand. More...
 
class  Picket
 a Single attached at a fixed position. More...
 
class  PicketLong
 a Picket with a non-zero resting length. More...
 
class  Wrist
 a Single anchored to a Mecable. More...
 
class  WristLong
 a Wrist with a non-zero resting length. More...
 

Detailed Description

List of classes accessible by specifying single:activity:

activity Class Description
diffuse Single a single Hand that is mobile (default)
fixed Picket a single Hand anchored at a fixed position

Another class Wrist is used automatically to anchor a Single to a Mecable.

Example:

set single grafted
{
hand = kinesin
stiffness = 100
activity = fixed
}

A newly created Single can be anchored to a Mecable:

new single NAME {
base = CLASS_NAME, INTEGER_REF, INTEGER_INDEX
}

where:

if INTERGER1 is negative, the last object is used.

You can attach a Single to a fiber:

new single protein
{
attach = INTEGER, REAL
}

where: